home *** CD-ROM | disk | FTP | other *** search
/ Holt Researcher: American History / Holt Researcher: American History.iso / pc / modules / tour.dxr / 00014_main menu last frame.ls < prev    next >
Encoding:
Text File  |  2000-01-21  |  187 b   |  9 lines

  1. on exitFrame
  2.   global gMenuList, gMenuButton, gMenuExit, buttonName
  3.   repeat with X = 30 to 35
  4.     menuObj = getaProp(gMenuList, X)
  5.     outScope(menuObj)
  6.   end repeat
  7.   updateStage()
  8. end
  9.